CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /Projects/{projectId}/runningStatus (Get)
Get/Projects/{projectId}/runningStatus
Description
returns a running status of the CIMPLICITY project
Parameters
NameDescriptionData Type
the id of the project to look instring
200 Response

The response body is of type RunningStatusGetResponse.

The running status of the CIMPLICITY project.

Overview

RunningStatusGetResponse
The running status of the CIMPLICITY project.
IsProjectRunning : boolean
represents the CIMPLICITY project is in run mode.
IsPrimaryRunning : boolean
represents the CIMPLICITY Primary node is in run mode.
IsSecondaryRunning : boolean
represents the CIMPLICITY Secondary node is in run mode.
IsStartAtBoot : boolean
indicates if the project is configured to start at boot.
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
project with the given id is not registered on the system
See Also